home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / text / sharksort / sharksort.readme < prev    next >
Text File  |  1998-01-26  |  2KB  |  87 lines

  1. Short:    V1.11 - Bugfix - Sorts ASCII-lists
  2. Uploader: shark@nwn.de (Andreas Etzrodt)
  3. Author:   shark@nwn.de (Andreas Etzrodt)
  4. Type:     text/misc
  5.  
  6.  
  7. This program sorts ASCII-lists with up to 10.000 items.
  8.  
  9.  
  10. The features:
  11.  
  12. - sorts files with up to 10.000 items
  13. - *very* easy to use (WB-Version with ASL-Requestor, CLI-version
  14.   with only two arguments)
  15. - deletes blank characters
  16. - deletes blank lines
  17. - can print the destination-file on the printer
  18.   (with or without line-numbers!)
  19. - very fast (at <1000 items)
  20.  
  21.  
  22. The negative "features":
  23.  
  24. - very slow (at >1000 items - but I'm working on it)
  25.  
  26.  
  27.  
  28. How to use:
  29.  
  30. SHARKsoft-WB can be run by double-clicking its icon. It's so
  31. simple to use that I don't want to write a doc.
  32.  
  33. SHARKsoft (the CLI-version) needs two arguments:
  34.  
  35. sharksoft <inputfile> <outputfile>
  36.  
  37. eg. sharksoft s:user-startup ram:sorted-startup
  38.  
  39. Yes, it's really THAT simple...
  40.  
  41.  
  42.  
  43. New in 1.11:
  44.  
  45. - a very bad bug was removed. I'm very sorry that I have released
  46.   SHARKsort in such a state (it crashed the system). I hope this
  47.   will never happen again. It worked fine (as it should) but AFTER
  48.   saving the file it crashed. This bug only appeared in the CLI-
  49.   version and has been fixed.
  50.  
  51. - some corrections in the Readme.
  52.  
  53.  
  54. New in 1.1:
  55.  
  56. - optimized the way how SHARKsort deletes characters and lines
  57.   (in 1.0 it used two passes - now it's only one pass)
  58.  
  59. - added a CLI-version. The CLI-version cannot print a file on
  60.   the printer. Also it doesn't use ASL-requestors. Instead you
  61.   have to pass two arguments: "inputfile" and "outputfile".
  62.  
  63.  
  64.  
  65.  
  66. !!!  C  A  R  D  W  A  R  E  !!!
  67.  
  68. SHARKsort is ©1996-1997 by Andreas Etzrodt/SHARKsoft
  69.  
  70. SHARKsort is CARDWARE, which means that you have to send a
  71. picture-postcard from your home-town to me:
  72.  
  73. Andreas Etzrodt
  74. Hauptstr. 15
  75. 49835 Wietmarschen-Lohne
  76. GERMANY
  77.  
  78. E-Mail: the_shark@gmx.de
  79.         shark@nwn.de
  80.  
  81. Also send Bugreports and suggestions to this address.
  82.  
  83. LEGAL: USE THIS SOFTWARE AT YOUR OWN RISK!!!! DON"T BLAME ME
  84. IF IT CRASHES YOUR HARDDRIVE OR NUKES YOUR MONITOR! IT WORKS
  85. FOR ME BUT I CANNOT GUARANTEE THAT IT WILL WORK ON ANY OTHER
  86. MACHINE THAN MINE!!!!!!!
  87.